'宣言 Public Function New( _ ByVal colors() As System.Drawing.Color, _ ByVal centrePoint As System.Drawing.ContentAlignment _ )
public TriangleBoxGradientBrush( System.Drawing.Color[] colors, System.Drawing.ContentAlignment centrePoint )
パラメータ
- colors
- An array of System.Drawing.Color that indicates the linear gradient colors.
- centrePoint
- A System.Drawing.ContentAlignment that indicates the gradient centre point.